A set of high-quality coding tutorials for Hack Club meetings.
At Hack Club meetings, we believe in everyone learning what they’re interested in, at their own pace. Hack Club Workshops is our repository of high-quality coding tutorials, intended for use at Hack Club meetings.
The content lives in hackclub/hackclub—this is just the website.
The stack: Next.js & Theme UI, with Hack Club Theme packages & Hack Club Markdown.
Stuff you need installed ahead of time:
- Git
- Yarn
- An operating system (we hope)
- A GitHub personal access token
Clone it!
$ git clone https://github.com/hackclub/workshops
Go into the directory!
$ cd workshops
Install dependencies!
$ yarn
Create a .env
file!
$ touch .env
Create a GitHub personal access token and add the token to .env
!
$ GITHUB=ghp_token
Run it!
$ yarn run dev
Open it!
$ open http://localhost:3000
This project is licensed under the MIT license. Please see LICENSE.md
for the full text.
MIT License